home *** CD-ROM | disk | FTP | other *** search
/ Power Utilities / Power Utilities.iso / utility / pro211 / gifv.slp < prev    next >
Encoding:
Text File  |  1993-10-06  |  446 b   |  20 lines

  1. ;
  2. ; GIFV.SLP
  3. ; This script file will print all files in the current directory!
  4. ;
  5. ; NOTE: Before printing the files the images are ROTATED and then
  6. ;       FLIPPED and then MIRRORED. After printing, the image is
  7. ;       redrawn on the screen.
  8. ;
  9.         change-path *.gif
  10. :loop
  11.         loadnext    :exit
  12.         rotate
  13.         flip
  14.         mirror
  15.         print
  16.         reset-colors
  17.         redraw
  18.         goto        :loop
  19. :exit
  20.